{% extends 'accounts/main.html' %} {% block content %} {% include 'accounts/status.html' %}
{% for order in orders %} {% endfor %}
Product Category Date Orderd Status
{{ order.product }} {{ order.product.category }} {{ order.date_created }} {{ order.status }}
{% endblock %}